home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / iruka.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  132 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global gnum
  8.   set gnum to 11
  9.   go(1, "PHOTO2.DIR")
  10.   exit
  11. end
  12.